home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19970326-19970626 / 000205_news@newsmaster….columbia.edu _Sat May 17 10:32:36 1997.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: <news@newsmaster.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id KAA26960
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Sat, 17 May 1997 10:32:35 -0400 (EDT)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id KAA04383
  7.     for kermit.misc@watsun; Sat, 17 May 1997 10:32:35 -0400 (EDT)
  8. Path: news.columbia.edu!watsun.cc.columbia.edu!fdc
  9. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  10. Newsgroups: comp.protocols.kermit.misc
  11. Subject: Re: Script Input Error
  12. Date: 17 May 1997 14:32:34 GMT
  13. Organization: Columbia University
  14. Lines: 26
  15. Message-ID: <5lkfi2$48t$1@newsmaster.cc.columbia.edu>
  16. References: <337DC0C3.5D6B@wwa.com>
  17. NNTP-Posting-Host: watsun.cc.columbia.edu
  18. Xref: news.columbia.edu comp.protocols.kermit.misc:7041
  19.  
  20. In article <337DC0C3.5D6B@wwa.com>, Jim Jacobus  <jjacobus@wwa.com> wrote:
  21. : I'm trying to write a telnet script using VMS C-kermit 6.0.192 to
  22. : connect to a NT system. NT system uses the Pragma s/w for telent
  23. : emulation.
  24. : I can't get a response back from my script. I have an 
  25. : "input 5 login:" which should work, but I always get an error from
  26. : my VMS Kermit:
  27. : ? Can't condition line for INPUT
  28. : What does this error mean. Is it documented in the Using C-Kermit
  29. : manual?
  30. No.  It indicates some kind of internal error which should not happen.
  31. Most likely it is caused by a mismatch of the VMS version or TCP/IP product
  32. and/or version that your copy of C-Kermit was built for and the one(s) you
  33. are actually using.
  34.  
  35. What version of VMS do you have?
  36.  
  37. What TCP/IP product do you have?  What version of it?
  38.  
  39. Did you build C-Kermit yourself from source code?  Or are you using one of
  40. the prebuilt binaries?  If so, which one?
  41.  
  42. - Frank